2026-02-10 15:15:40,069 [ 642721 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:42, check_args_and_update_paths) 2026-02-10 15:15:40,070 [ 642721 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:86, check_args_and_update_paths) 2026-02-10 15:15:40,070 [ 642721 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:97, check_args_and_update_paths) 2026-02-10 15:15:40,070 [ 642721 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:99, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_2k17zd --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=2 --color=no --durations=0 test_ssl_cert_authentication/test.py::test_x509_san_wildcard_support -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: order-1.0.1, random-0.2, timeout-2.2.0, repeat-0.9.3, reportlog-0.4.0, xdist-3.5.0 timeout: 900.0s timeout method: signal timeout func_only: False collecting ... collected 1 item test_ssl_cert_authentication/test.py::test_x509_san_wildcard_support FAILED [100%] =================================== FAILURES =================================== ________________________ test_x509_san_wildcard_support ________________________ def test_x509_san_wildcard_support(): > assert ( execute_query_native( instance, "SELECT currentUser()", user="stewie", cert_name="client5" ) == "stewie\n" ) test_ssl_cert_authentication/test.py:383: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ test_ssl_cert_authentication/test.py:77: in execute_query_native result = client.query(query, user=user, password=password) helpers/client.py:36: in wrap return func(self, *args, **kwargs) helpers/client.py:74: in query ).get_answer() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def get_answer(self): self.process.wait(timeout=DEFAULT_QUERY_TIMEOUT) self.stdout_file.seek(0) self.stderr_file.seek(0) stdout = self.stdout_file.read().decode("utf-8", errors="replace") stderr = self.stderr_file.read().decode("utf-8", errors="replace") if ( self.timer is not None and not self.process_finished_before_timeout and not self.ignore_error ): logging.debug(f"Timed out. Last stdout:{stdout}, stderr:{stderr}") raise QueryTimeoutExceedException("Client timed out!") if ( self.process.returncode != 0 or self.remove_trash_from_stderr(stderr) ) and not self.ignore_error: > raise QueryRuntimeException( "Client failed! Return code: {}, stderr: {}".format( self.process.returncode, stderr ), self.process.returncode, stderr, ) E helpers.client.QueryRuntimeException: Client failed! Return code: 210, stderr: Code: 210. DB::NetException: SSL context exception: Error loading private key from file /ClickHouse/tests/integration/test_ssl_cert_authentication/certs/client5-key.pem: error:80000002:system library::No such file or directory (172.16.1.2:9440). (NETWORK_ERROR) helpers/client.py:239: QueryRuntimeException ---------------------------- Captured stdout setup ----------------------------- Copy common default production configuration from /clickhouse-config. Files: config.xml, users.xml ------------------------------ Captured log setup ------------------------------ 2026-02-10 15:15:43 [ 480 ] DEBUG : Command:['docker ps | wc -l'] (cluster.py:113, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : No running containers (conftest.py:95, cleanup_environment) 2026-02-10 15:15:43 [ 480 ] DEBUG : Pruning Docker networks (conftest.py:97, cleanup_environment) 2026-02-10 15:15:43 [ 480 ] DEBUG : Command:['docker network prune --force'] (cluster.py:113, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Command:["sysctl net.ipv4.ip_local_port_range='55000 65535'"] (cluster.py:113, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Stdout:net.ipv4.ip_local_port_range = 55000 65535 (cluster.py:121, run_and_check) 2026-02-10 15:15:43 [ 480 ] INFO : Running tests in /ClickHouse/tests/integration/test_ssl_cert_authentication/test.py (cluster.py:2788, start) 2026-02-10 15:15:43 [ 480 ] DEBUG : Cluster start called. is_up=False (cluster.py:2795, start) 2026-02-10 15:15:43 [ 480 ] DEBUG : Docker networks for project roottestsslcertauthentication are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2026-02-10 15:15:43 [ 480 ] DEBUG : Docker containers for project roottestsslcertauthentication are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2026-02-10 15:15:43 [ 480 ] DEBUG : Docker volumes for project roottestsslcertauthentication are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2026-02-10 15:15:43 [ 480 ] DEBUG : Cleanup called (cluster.py:876, cleanup) 2026-02-10 15:15:43 [ 480 ] DEBUG : Docker networks for project roottestsslcertauthentication are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2026-02-10 15:15:43 [ 480 ] DEBUG : Docker containers for project roottestsslcertauthentication are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2026-02-10 15:15:43 [ 480 ] DEBUG : Docker volumes for project roottestsslcertauthentication are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2026-02-10 15:15:43 [ 480 ] DEBUG : Command:docker container list --all --filter name='^/roottestsslcertauthentication_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:113, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Unstopped containers: {} (cluster.py:890, cleanup) 2026-02-10 15:15:43 [ 480 ] DEBUG : No running containers for project: roottestsslcertauthentication (cluster.py:904, cleanup) 2026-02-10 15:15:43 [ 480 ] DEBUG : Trying to prune unused networks... (cluster.py:910, cleanup) 2026-02-10 15:15:43 [ 480 ] DEBUG : Trying to prune unused images... (cluster.py:926, cleanup) 2026-02-10 15:15:43 [ 480 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:113, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:121, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Images pruned (cluster.py:929, cleanup) 2026-02-10 15:15:43 [ 480 ] DEBUG : Trying to prune unused volumes... (cluster.py:935, cleanup) 2026-02-10 15:15:43 [ 480 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:113, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) 2026-02-10 15:15:43 [ 480 ] DEBUG : Setup directory for instance: node (cluster.py:2808, start) 2026-02-10 15:15:43 [ 480 ] DEBUG : Create directory for configuration generated in this helper (cluster.py:4534, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Create directory for common tests configuration (cluster.py:4539, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Copy common configuration from helpers (cluster.py:4559, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Generate and write macros file (cluster.py:4602, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Copy custom test config files ['/ClickHouse/tests/integration/test_ssl_cert_authentication/configs/ssl_config.xml', '/ClickHouse/tests/integration/test_ssl_cert_authentication/certs/server-key.pem', '/ClickHouse/tests/integration/test_ssl_cert_authentication/certs/server-cert.pem', '/ClickHouse/tests/integration/test_ssl_cert_authentication/certs/ca-cert.pem'] to /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/configs/config.d (cluster.py:4632, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Setup database dir /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/database (cluster.py:4649, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Setup logs dir /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/logs (cluster.py:4660, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Entrypoint cmd: ["clickhouse", "server", "--config-file=/etc/clickhouse-server/config.xml", "--log-file=/var/log/clickhouse-server/clickhouse-server.log", "--errorlog-file=/var/log/clickhouse-server/clickhouse-server.err.log"] (cluster.py:4746, create_dir) 2026-02-10 15:15:43 [ 480 ] DEBUG : Env {'ASAN_OPTIONS': 'use_sigaltstack=0', 'TSAN_OPTIONS': 'use_sigaltstack=0', 'CLICKHOUSE_WATCHDOG_ENABLE': '0', 'CLICKHOUSE_NATS_TLS_SECURE': '0', 'LLVM_PROFILE_FILE': '/var/lib/clickhouse/server_%h_%p_%m.profraw'} stored in /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/.env (cluster.py:86, _create_env_file) 2026-02-10 15:15:43 [ 480 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-02-10 15:15:43 [ 480 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-02-10 15:15:43 [ 480 ] DEBUG : Trying paths: ['/root/.docker/config.json', '/root/.dockercfg'] (config.py:21, find_config_file) 2026-02-10 15:15:43 [ 480 ] DEBUG : No config file found (config.py:28, find_config_file) 2026-02-10 15:15:43 [ 480 ] DEBUG : http://localhost:None "GET /version HTTP/1.1" 200 824 (connectionpool.py:547, _make_request) 2026-02-10 15:15:43 [ 480 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/.env', '--project-name', 'roottestsslcertauthentication', '--file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/docker-compose.yml', 'pull'] (cluster.py:113, run_and_check) 2026-02-10 15:15:54 [ 480 ] DEBUG : Stderr:Pulling node ... (cluster.py:123, run_and_check) 2026-02-10 15:15:54 [ 480 ] DEBUG : Stderr:Pulling node ... pulling from altinityinfra/integr... (cluster.py:123, run_and_check) 2026-02-10 15:15:54 [ 480 ] DEBUG : Stderr:Pulling node ... digest: sha256:bf725030a292d5daab... (cluster.py:123, run_and_check) 2026-02-10 15:15:54 [ 480 ] DEBUG : Stderr:Pulling node ... status: image is up to date for a... (cluster.py:123, run_and_check) 2026-02-10 15:15:54 [ 480 ] DEBUG : Stderr:Pulling node ... done (cluster.py:123, run_and_check) 2026-02-10 15:15:54 [ 480 ] DEBUG : ('Trying to create ClickHouse instance by command %s', 'docker-compose --env-file /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/.env --project-name roottestsslcertauthentication --file /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/docker-compose.yml up -d --no-recreate') (cluster.py:3146, start) 2026-02-10 15:15:54 [ 480 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/.env', '--project-name', 'roottestsslcertauthentication', '--file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/docker-compose.yml', 'up', '-d', '--no-recreate'] (cluster.py:113, run_and_check) 2026-02-10 15:15:56 [ 480 ] DEBUG : Stderr:Creating network "roottestsslcertauthentication_default" with the default driver (cluster.py:123, run_and_check) 2026-02-10 15:15:56 [ 480 ] DEBUG : Stderr:Creating roottestsslcertauthentication_node_1 ... (cluster.py:123, run_and_check) 2026-02-10 15:15:56 [ 480 ] DEBUG : Stderr:Creating roottestsslcertauthentication_node_1 ... done (cluster.py:123, run_and_check) 2026-02-10 15:15:56 [ 480 ] DEBUG : ClickHouse instance created (cluster.py:3154, start) 2026-02-10 15:15:56 [ 480 ] DEBUG : get_instance_ip instance_name=node (cluster.py:2135, get_instance_ip) 2026-02-10 15:15:56 [ 480 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestsslcertauthentication_node_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-02-10 15:15:56 [ 480 ] DEBUG : Waiting for ClickHouse start in node, ip: 172.16.1.2... (cluster.py:3161, start) 2026-02-10 15:15:56 [ 480 ] DEBUG : http://localhost:None "GET /v1.42/containers/roottestsslcertauthentication_node_1/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-02-10 15:15:56 [ 480 ] DEBUG : http://localhost:None "GET /v1.42/containers/be53c57a1d479c2893cdce55e67602d68d91b03cbe832f567dd9bb27b0d6f2fe/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-02-10 15:15:56 [ 480 ] DEBUG : http://localhost:None "GET /v1.42/containers/be53c57a1d479c2893cdce55e67602d68d91b03cbe832f567dd9bb27b0d6f2fe/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-02-10 15:15:56 [ 480 ] DEBUG : http://localhost:None "GET /v1.42/containers/be53c57a1d479c2893cdce55e67602d68d91b03cbe832f567dd9bb27b0d6f2fe/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-02-10 15:15:56 [ 480 ] DEBUG : http://localhost:None "GET /v1.42/containers/be53c57a1d479c2893cdce55e67602d68d91b03cbe832f567dd9bb27b0d6f2fe/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-02-10 15:15:56 [ 480 ] DEBUG : http://localhost:None "GET /v1.42/containers/be53c57a1d479c2893cdce55e67602d68d91b03cbe832f567dd9bb27b0d6f2fe/json HTTP/1.1" 200 None (connectionpool.py:547, _make_request) 2026-02-10 15:15:56 [ 480 ] DEBUG : ClickHouse node started (cluster.py:3165, start) ---------------------------- Captured log teardown ----------------------------- 2026-02-10 15:15:57 [ 480 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/.env', '--project-name', 'roottestsslcertauthentication', '--file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/docker-compose.yml', 'stop', '--timeout', '20'] (cluster.py:113, run_and_check) 2026-02-10 15:16:01 [ 480 ] DEBUG : Stderr:Stopping roottestsslcertauthentication_node_1 ... (cluster.py:123, run_and_check) 2026-02-10 15:16:01 [ 480 ] DEBUG : Stderr:Stopping roottestsslcertauthentication_node_1 ... done (cluster.py:123, run_and_check) 2026-02-10 15:16:01 [ 480 ] DEBUG : Command:['bash', '-c', '[ -f /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/logs/stderr.log ] && zgrep -aH "==================" /ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/logs/stderr.log* | ( [ -z "" ] && cat || grep -v "$" ) || true'] (cluster.py:113, run_and_check) 2026-02-10 15:16:01 [ 480 ] DEBUG : Command:['docker-compose', '--env-file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/.env', '--project-name', 'roottestsslcertauthentication', '--file', '/ClickHouse/tests/integration/test_ssl_cert_authentication/_instances_2/node/docker-compose.yml', 'down', '--volumes'] (cluster.py:113, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Stderr:Removing roottestsslcertauthentication_node_1 ... (cluster.py:123, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Stderr:Removing roottestsslcertauthentication_node_1 ... done (cluster.py:123, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Stderr:Removing network roottestsslcertauthentication_default (cluster.py:123, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Cleanup called (cluster.py:876, cleanup) 2026-02-10 15:16:02 [ 480 ] DEBUG : Docker networks for project roottestsslcertauthentication are NETWORK ID NAME DRIVER SCOPE (cluster.py:855, print_all_docker_pieces) 2026-02-10 15:16:02 [ 480 ] DEBUG : Docker containers for project roottestsslcertauthentication are CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES (cluster.py:863, print_all_docker_pieces) 2026-02-10 15:16:02 [ 480 ] DEBUG : Docker volumes for project roottestsslcertauthentication are DRIVER VOLUME NAME (cluster.py:871, print_all_docker_pieces) 2026-02-10 15:16:02 [ 480 ] DEBUG : Command:docker container list --all --filter name='^/roottestsslcertauthentication_.*_1$' --format '{{.ID}}:{{.Names}}' (cluster.py:113, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Unstopped containers: {} (cluster.py:890, cleanup) 2026-02-10 15:16:02 [ 480 ] DEBUG : No running containers for project: roottestsslcertauthentication (cluster.py:904, cleanup) 2026-02-10 15:16:02 [ 480 ] DEBUG : Trying to prune unused networks... (cluster.py:910, cleanup) 2026-02-10 15:16:02 [ 480 ] DEBUG : Trying to prune unused images... (cluster.py:926, cleanup) 2026-02-10 15:16:02 [ 480 ] DEBUG : Command:['docker', 'image', 'prune', '-f'] (cluster.py:113, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Stdout:Total reclaimed space: 0B (cluster.py:121, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Images pruned (cluster.py:929, cleanup) 2026-02-10 15:16:02 [ 480 ] DEBUG : Trying to prune unused volumes... (cluster.py:935, cleanup) 2026-02-10 15:16:02 [ 480 ] DEBUG : Command:['docker volume ls | wc -l'] (cluster.py:113, run_and_check) 2026-02-10 15:16:02 [ 480 ] DEBUG : Stdout:1 (cluster.py:121, run_and_check) ============================== slowest durations =============================== 13.05s setup test_ssl_cert_authentication/test.py::test_x509_san_wildcard_support 5.63s teardown test_ssl_cert_authentication/test.py::test_x509_san_wildcard_support 0.04s call test_ssl_cert_authentication/test.py::test_x509_san_wildcard_support =========================== short test summary info ============================ FAILED test_ssl_cert_authentication/test.py::test_x509_san_wildcard_support ============================== 1 failed in 18.82s ============================== Traceback (most recent call last): File "/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration/./runner", line 445, in subprocess.check_call(cmd, shell=True) File "/usr/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker run --rm --name clickhouse_integration_tests_2k17zd --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=1e0b53d756cf -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=caad4729259e -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS=" -rfEps --run-id=2 --color=no --durations=0 test_ssl_cert_authentication/test.py::test_x509_san_wildcard_support -vvv" altinityinfra/integration-tests-runner:37a9815fd2fa ' returned non-zero exit status 1.